home *** CD-ROM | disk | FTP | other *** search
- /* multidisk file system entry
- *
- * This mounts a logical device on catweasel unit 1 for reading and
- * writing 360K MS-DOS 9 sector Disks. Create mountlists for other
- * units by changing the number behind 'UNIT = ' to 0, 1 or 2.
- */
-
- FileSystem = L:CrossDOSFileSystem
- Device = multidisk.device
- Unit = 1
- Flags = 18 /* makes a 360K PC Disk driver */
- BlockSize = 512
- Surfaces = 2
- BlocksPerTrack = 9
- Reserved = 1
- Interleave = 0
- LowCyl = 0
- HighCyl = 39
- Buffers = 5
- BufMemType = 1
- StackSize = 2048
- Priority = 5
- GlobVec = -1
- DosType = 0x4D534400
- Activate = 1
-